home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- CAboutDirector.h
-
-
- SUPERCLASS = CDLOGDirector
-
- Copyright © 1991 Symantec Corporation. All rights reserved.
-
- TCL 1.1.3 Changes
- [
- - use pragma once
- - changed forward declarations of CStringArray, CStringTable, and CDialogText
- ]
- ******************************************************************************/
-
- #pragma once
-
- #include <CStyleText.h>
- #include <CDLOGDirector.h>
-
- class CAboutDirector : public CDLOGDirector
- {
-
- public:
-
- CStyleText *itsMainPane;
-
- void IAboutDirector( short DLOGid, CDirectorOwner *aSupervisor);
-
- virtual void Dispose( void);
- virtual void DoCommand( long theCommand);
-
- Handle itsData;
- };